home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter
- if not count(the windowList) then
- doRollover(23, 1)
- end if
- end
-
- on mouseLeave
- if not count(the windowList) then
- doRollout(23)
- end if
- end
-
- on mouseUp
- glowClear()
- doClick()
- cursor(0)
- set WHICHSNEAK to "EDU"
- set the fileName of window "Sneak" to "@\SOMC\sneak"
- set the windowType of window "Sneak" to 2
- openMIAW("Sneak")
- end
-